Add Xtensa va_arg assembly coverage#157108
Conversation
|
r? @adwinwhite rustbot has assigned @adwinwhite. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
r? folkertdev |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
| @@ -0,0 +1,130 @@ | |||
| //@ add-minicore | |||
| //@ assembly-output: emit-asm | |||
There was a problem hiding this comment.
I believe you need that //@ min-llvm-version: 22 annotation here as well
| unsafe extern "C" fn read_f64(ap: &mut VaList<'_>) -> f64 { | ||
| // CHECK-LABEL: read_f64 | ||
| // | ||
| // XTENSA: l32i{{(\.n)?}} [[F64_NDX:a[0-9]+]], a2, 8 |
There was a problem hiding this comment.
idk how you generate this exactly, I just copy things manually from the .s file that pops up in the error message. Not great, but then it should work and be a bit more readable. I wouldn't expect the code to change much.
|
@rustbot author |
|
Reminder, once the PR becomes ready for a review, use |
Add Xtensa va_arg assembly coverage, see #156568